home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / lotery38.zip / LOTTERY.DOC < prev    next >
Text File  |  1992-01-26  |  12KB  |  269 lines

  1.  
  2.                                  LOTTERY 3.8
  3.                                  ===========
  4.  
  5.                             A Livewire BBS Game Door
  6.                                PCBoard(TM) 14.5+ 
  7.  
  8.                                       By
  9.  
  10.                                 Richard Paquette
  11.                                    PO Box 416
  12.                               Mt. Laurel, NJ 08054
  13.  
  14.                                (C) Copyright 1990
  15.                                All Rights Reserved
  16.  
  17.                  Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS,
  18.                    Remote Access, SpitFire, WWIV plus others.
  19.  
  20.                  GAME DESCRIPTION!
  21.  
  22.     This is a quick and simple game that allows callers to play a game of 
  23. lottery for a prize that you configure. Simply set how many times you want a
  24. caller allowed in each day.. enter your registration number and then include
  25. a line with the prize for winners. That's it.. then they try a pick-3 or a
  26. pick-4 lottery game.. they can play as often as they want to once they are in
  27. the door, but remember that "YOU" decide how many times they can open the door.
  28.  
  29.         We have added couple more prizes so that callers can win when they 
  30. match either the first two or last two numbers in pick-3 and in pick-4 they
  31. can win with the first two, last two or middle two numbers. You decide the 
  32. prizes and be sure to list them correctly in the lottery.cfg file.
  33.  
  34.         In futue updates, we plan to add a pick-6 instant game along with a
  35. pick-9 weekly winner game, where the program will pick a ramdom number once a
  36. week and display to all entering the door who won for that week and what the
  37. prize was they won!
  38.  
  39.         The door creates a file called "intoday.dat", this file is to monitor
  40. how many times that caller entered the door today! You set in the config file
  41. how many times they are allowed in.
  42.  
  43.         If you delete this file, no record is kept and the caller will again be
  44. able to enter to door freely. PLEASE do not delete this file.
  45.  
  46.         IMPORTANT NOTE: There is now a feature where you can let a winner of 
  47. the Pick-3 or Pick-4 download a "Coupon" to redemm at your place of business.
  48. For example, you own a Pizza Parlor and want to give the winner a free pizza
  49. for the Pick-3 or Pick-4, then create with any ascii editor two files called,
  50. "coupon3.dat" and "coupon4.dat", YOU MUST LEAVE THE FIRST LINE AS IS in the
  51. example, we will write starting on Line 1, Column 17 the Ticket Number that is
  52. assigned to THAT WINNER! The rest of the file can be anything you want such as
  53. a discount coupon to be mailed in for access minus the value of the coupon or
  54. anything that you are willing to offer. NOTE: if you don't want to use this
  55. added feature, then rename or DELETE the coupon*.dat files. If they aren't
  56. there, the program will act as usual, if they are there, after winning, the
  57. door will take the winner to a download screen where they can download the
  58. coupon to be printed and redemmed at your place of business.
  59.  
  60.         The Ticket number is also written to the winner3.dat and winner4.dat
  61. files for you to compare when someone brings in a winning coupon!
  62.  
  63.         You can now charge time for each Pick-3 or Pick-4 attempt, if you put
  64. a 0 on the last line of the cfg, they will not be charged any time, if you
  65. decide to charge time to play the game and they win, the time is given back
  66. to them along with your prizes.
  67.  
  68.                                      ======= 
  69.  
  70.                                CONFIGURATION FILE
  71.  
  72. C:\PCB\PCBOARD.SYS                  <- Path/filename to PCBOARD.SYS
  73. The Livewire BBS                    <- Name of BBS
  74. Richard                             <- Sysop's first name
  75. Paquette                            <- Sysop's last Name
  76. 5                                   <- Times allowed in Door
  77. 999999                              <- Registration number (or some number)
  78. Six Month Patron Membership         <- Prize for the Pick-3 game (58 char max)
  79. Three Month Patron Membership       <- Small prize to match 2 numbers (53 max)
  80. One Year Patron Membership          <- Prize for the Pick-4 game (58 char max)
  81. Three Month Patron Membership       <- Small prize to match 2 numbers (53 max)
  82. 3                                   <- Time charged for each try in minutes
  83.  
  84. Please note that something must be on each line.. if you do not want to offer
  85. prizes for matching two numbers, simply put "No prize" without the quotes.
  86.  
  87.                                    =======
  88.  
  89.                               LOTTERY BATCH FILE
  90.  
  91. This is the batch file whose name is entered in PCBSETUP. It should reside in
  92. your default PCB directory. Leave this as is except for changing the paths.
  93.  
  94. ECHO OFF
  95. E:
  96. CD\LOTTERY
  97. LOTTERY LOTTERY.CFG  <--- Please read NOTE below
  98. C:
  99. CD\PCB
  100. BOARD
  101.  
  102.    NOTE: Lottery requires the presence of BRUN45.EXE either in the
  103.          same directory as Lottery or accessible via PATH. If you set
  104.          your library in autoexec.bat and all the brun files there,
  105.          then you have no problems.. 
  106.  
  107.      SET MYLIB = C:\MYLIB
  108.  
  109.      Be sure to put all your brun*.exe files in the mylib directory!
  110.  
  111.    NOTE: This door is multi-node capable and the requirement is to have a
  112.          different Lottery.cfg passed on the batch file command line,
  113.          such as: Lottery Lottery1.cfg 
  114.                   Lottery Lottery2.cfg
  115.                   Lottery Lottery3.cfg
  116.  
  117.                      ------------------------------------
  118.  
  119.                                 DOOR OPERATION
  120.                                 --------------
  121.   
  122.   F3    -   Toggles the printer On/Off.
  123.             Value is passed to PCBoard.
  124.   F4    -   Toggles the Page Bell On/Off.
  125.             Value is passed to PCBoard.
  126.   F5    -   DOS Shell.  Allows SysOp to exit to DOS from inside a DOOR.
  127.   F7    -   Toggles the Caller Alarm On/Off.
  128.             Value is passed to PCBoard.
  129.   F8    -   Returns the caller involuntarily to PCBoard.
  130.             Without letting them know that the sysop called them back!
  131.   F9    -   Toggles the local display On/Off.
  132.             Value is passed to PCBoard.
  133.   F10   -   Activates SysOp CHAT mode within the DOOR.
  134.   ESC   -   Deactivates CHAT mode.  DOOR is resumed.
  135.   HOME  -   HELP key for status line options.
  136.   UP    -   Allows the SysOp to temporarily give the caller extra time
  137.             while in the DOOR.  This time is NOT passed to PCBoard.
  138.   DN    -   Allows the SysOp to temporarily subtract time from the
  139.             caller while in the DOOR.  This time is NOT passed to PCBoard.
  140.   ALT-N -   SysOp next on toggle.
  141.             Value is passed to PCBoard.
  142.   ALT-X -   PCBoard will exit after current caller logs off.
  143.             Value is passed to PCBoard.
  144.  
  145.                             WATCHDOG/CTTY/ANSI.SYS
  146.                             ----------------------
  147.  
  148.         CTTY and WATCHDOG are not required and should not be used with
  149.         this program.  LOTTERY contains its own communication routines
  150.         which monitor the COM port.  If carrier is lost, it will return
  151.         to PCBoard where the BBS will log the user off the system.
  152.         ANSI.SYS, or something similar, is required for LOTTERY to
  153.         function properly!
  154.  
  155.  
  156.                                  DISTRIBUTION
  157.                                  ------------
  158.  
  159.         LOTTERY is COPYRIGHTED by Richard Paquette, with all rights reserved.
  160.         This program is being distributed via the SHAREWARE concept and as
  161.         such, may be copied freely with the following restrictions:
  162.  
  163.                 * The program must be supplied in it's original
  164.                   unmodified form, including documentation.
  165.  
  166.                 * LOTTERY may not be distributed as part of any
  167.                   commercial application or service without the
  168.                   express, written consent of the author.
  169.  
  170.                 * Vendors of Shareware/Public Domain software may
  171.                   not distribute this program without the express,
  172.                   written consent of the author.
  173.  
  174.                                  REGISTRATION
  175.                                  ------------
  176.  
  177.         LOTTERY represents many hours of programming and the author
  178.         deserves just compensation for his time, efforts and expertise.
  179.         If you find this program to be of some value and you continue
  180.         to use it on your BBS system, you must return the registration
  181.         form provided along with the registration fee. Registration
  182.         entitles you to free upgrades via modem from The Livewire's Support
  183.         Conference for a period of one year. Payments should be made in
  184.         the form of a check or money order (do NOT send cash!). Foreign
  185.         orders must be in U.S. funds drawn on a U.S. bank. You may also call
  186.         The Livewire BBS and register online via Visa or Mastercard by
  187.         typing  REGISTER  from the Main Board.
  188.  
  189.         Suggestions and/or comments may be sent to the address below or
  190.         via electronic mail: 
  191.  
  192.                   HUBSNJ for RelayNet and Node ID is: LIVEWIRE
  193.  
  194.                                  Richard Paquette
  195.                                  The Livewire BBS     
  196.  
  197.           Public Free Access Node: (609) 235-5297 MNP/5 - 300/1200/2400
  198.                Access to all other nodes after registering a door.
  199.                             ----------------------
  200.  
  201.          L I V E W I R E   D O O R   R E G I S T R A T I O N   F O R M 
  202.  
  203.  
  204.       TO:    The Livewire BBS                            Date___/___/___ 
  205.              P.O. Box 416  
  206.              Mt. Laurel, NJ 08054
  207.  
  208.  
  209.             (Please use capitalization and punctuation where necessary.)
  210.  
  211.  
  212.       FROM:  SysOp Name: _______________________________________________ 
  213.  
  214.              BBS Name: _________________________________________________
  215.  
  216.              Address: __________________________________________________ 
  217.  
  218.              City: ______________________ State: __________ ZIP: _______ 
  219.  
  220.              Voice: (   ) _________________ BBS: (   ) _________________
  221.  
  222.              BBS Software: _____________________ BBS Hours: ____________
  223.  
  224.              Baud Rates:________________________                 (08-06)
  225.  
  226.  
  227.       SOFTWARE                          VERSION                   PRICE 
  228.       --------                          -------                   -----
  229.  
  230.       Lottery ........................... 3.8 ................. $ 20.00 __
  231.       Races ............................. 2.1 ................. $ 20.00 __
  232.       Wrdplay ........................... 1.6 ................. $ 20.00 __
  233.       Facts ............................. 2.4 ................. $ 20.00 __
  234.       Choice ............................ 2.0 ................. $ 20.00 __
  235.       LiveStore ......................... 3.7 ................. $ 35.00 __
  236.       Feud .............................. 1.3 ................. $ 20.00 __
  237.       Trek Trivia Online ................ 2.0 ................. $ 30.00 __
  238.       Tv Trivia ......................... 1.5 ................. $ 30.00 __
  239.       SexQuiz ........................... 1.8 ................. $ 35.00 __
  240.       Name that Tune .................... 1.9 ................. $ 30.00 __
  241.  
  242.       All of the above ........................................ $225.00 __
  243.  
  244.       (NJ residents add 7% tax)                                   _____
  245.  
  246.       (Foreign orders add $10.00 for shipping)                    _____
  247.  
  248.       Total                                                     $ _____ 
  249.  
  250.  
  251.                                 F E E D B A C K 
  252.                                 ---------------
  253.  
  254.       I learned of LOTTERY from:
  255.  
  256.                 [  ] - A Friend         [  ] - Computer Club
  257.                 [  ] - BBS              [  ] - Compuserve
  258.                 [  ] - GEnie            [  ] - Other 
  259.  
  260.       COMMENTS: _____________________________________________________ 
  261.       _______________________________________________________________ 
  262.       _______________________________________________________________ 
  263.       _______________________________________________________________ 
  264.       _______________________________________________________________ 
  265.       _______________________________________________________________ 
  266.       _______________________________________________________________ 
  267.       _______________________________________________________________ 
  268.  
  269.